chore(mcp-compat): align CLI terminology with backend workspace rename (backend dd90d70..6ca3cc7) - #24
Open
ditto-mcp-maintainer[bot] wants to merge 1 commit into
Conversation
Backend MCP/server surface changed 'graph' to 'workspace' in tool descriptions and error messages. Update the CLI's user-facing help text and README to stay consistent. Refs: backend dd90d70..6ca3cc7
Author
|
Verdict: LGTM with one nit.
Nit (non-blocking): the README usage-examples block near the top still shows |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
Backend MCP/server change in
ditto-assistant/backend@6ca3cc7(rangedd90d70..6ca3cc7) requires this repo to stay compatible.Triggering backend change
The backend renamed 'knowledge graph' / 'graph' to 'workspace' across MCP
tool descriptions, error messages, and v5 API responses. Tool names
(
create_dedicated_graph,list_knowledge_graphs, etc.) remainunchanged, but all user-facing descriptions now use 'workspace' terminology.
What changed here
--kg,knowledge-graphs,graph-sharing,graphsand all subcommands to use 'workspace' instead of 'graph'.Provenance
Opened by the Ditto MCP-extensions maintenance automation. Run state and prior
runs live in the dedicated
mcp-extensions-maintainerknowledge graph and theditto-assistant/ditto-backend-ops-logledger. A separate reviewer agent willreview this PR with fresh context.
Setup / migration notes
None. CLI command names and MCP tool names are unchanged; only descriptions
were updated.